fix(docker): bump supabase/storage-api from v1.60.22 to v1.60.26 in /apps/cli-go/pkg/config/templates in the docker-minor group across 1 directory#5635
Conversation
Supabase CLI previewnpx --yes https://pkg.pr.new/supabase/cli/supabase@fc1db88be0b399a1b87c59acf4ba29c8a67aed76Preview package for commit |
Bumps the docker-minor group with 1 update in the /apps/cli-go/pkg/config/templates directory: supabase/storage-api. Updates `supabase/storage-api` from v1.60.22 to v1.60.26 --- updated-dependencies: - dependency-name: supabase/storage-api dependency-version: v1.60.25 dependency-type: direct:production dependency-group: docker-minor ... Signed-off-by: dependabot[bot] <support@github.com>
03b4276 to
fc1db88
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: fc1db88be0
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| FROM supabase/gotrue:v2.190.0 AS gotrue | ||
| FROM supabase/realtime:v2.108.0 AS realtime | ||
| FROM supabase/storage-api:v1.60.22 AS storage | ||
| FROM supabase/storage-api:v1.60.26 AS storage |
There was a problem hiding this comment.
Preserve the storage delete request cap
With supabase/storage-api:v1.60.26, the 1000-object bulk delete limit is only enforced when REQUEST_HARD_LIMITS_ENABLED=true; I checked the CLI storage env in internal/start/start.go and internal/db/start/start.go, and this repo never sets that variable. For local REST/S3 delete requests containing more than 1000 objects, this bump changes the behavior from rejecting the request to accepting and processing it, diverging from the previous local stack/protocol guardrail and making accidental huge deletes much heavier. Please add the new env var when starting the storage container/jobs before taking this image.
Useful? React with 👍 / 👎.
Bumps the docker-minor group with 1 update in the /apps/cli-go/pkg/config/templates directory: supabase/storage-api.
Updates
supabase/storage-apifrom v1.60.22 to v1.60.26